Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.tag.service.coreTypes--doctype

This contribution is part of XML component org.nuxeo.ecm.platform.tag.service.coreTypes inside nuxeo-platform-tag-core-9.10.jar /OSGI-INF/tag-service-core-types.xml

Extension Point

Extension point doctype of component TypeService.

Contributed Items

  • <doctype extends="Document" name="Tag">
          <schema name="tag"/>
          <schema name="dublincore"/>
          <facet name="HiddenInNavigation"/>
        </doctype>
  • <doctype extends="Relation" name="Tagging">
          <facet name="HiddenInNavigation"/>
        </doctype>

XML Source

<extension point="doctype" target="org.nuxeo.ecm.core.schema.TypeService">

    <doctype extends="Document" name="Tag">
      <schema name="tag"/>
      <schema name="dublincore"/>
      <facet name="HiddenInNavigation"/>
    </doctype>

    <doctype extends="Relation" name="Tagging">
      <facet name="HiddenInNavigation"/>
    </doctype>

  </extension>